.banneritem{display: block!important;}
.carousel {
  overflow: hidden;
}
.carousel, .carousel-inner {
  position: relative;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
clip: rect(0, 0, 0, 0);
border: 0;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 1.8s ease-in-out left;
  -o-transition: 1.8s ease-in-out left;
  transition: 1.8s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1.8s ease-in-out;
    -moz-transition: -moz-transform 1.8s ease-in-out;
    -o-transition: -o-transform 1.8s ease-in-out;
    transition: transform 1.8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.005;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.brand-logo a,
.icon-gen,
.icon-social {
  text-indent: -99999px;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.text-hide {
  text-shadow: none;
}


.carousel-inner,
.carousel1-inner {
  overflow: hidden;
  width: 100%;
}

  .carousel .carousel-top-shape,
  .carousel .carousel-bottom-shape {
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .carousel .carousel-top-shape:after,
  .carousel .carousel-bottom-shape:after {
    position: absolute;
    content: " ";
    background: #041d29;
    opacity: 0.45;
  }
  .carousel .carousel-texture {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 360px;
    min-height: 274px;
    height: 100%;
    background:   #f05a1e;
    /* background: linear-gradient(180deg, #a5d867 0%, #0097ba 100%); */
    opacity: 0.77 !important;
  }
  .carousel .carousel-texture:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    background:   #f05a1e;
    /* background: linear-gradient(180deg, #a5d867 0%, #0097ba 100%); */
  }
  .carousel .carousel-texture:after {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    background:   #f05a1e;
   /*  background: linear-gradient(180deg, #a5d867 0%, #0097ba 100%); */
  }
.carousel .carousel-caption.cloned {
  visibility: visible;
  position: absolute;
  bottom: auto;
  top: 260px;
  z-index: 1;
}
  .carousel .carousel-caption.cloned {
    top: 0%;
    left: 11%;
    width: 550px;
  }

@media screen and (min-width: 768px) {
  .carousel.home-slider .carousel-top-shape:after {
    top: -120px;
    left: -40px;
    width: 1100px;
    height: 200px;
    transform: rotate(-11deg);
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .carousel.home-slider .carousel-top-shape:after {
    height: 150px;
    width: 100%;
    top: -120px;
  }
}

@media screen and (min-width: 768px) {
  .carousel.home-slider .carousel-bottom-shape:after {
    left: -40px;
    bottom: -160px;
    width: 1600px;
    height: 260px;
    transform: rotate(7deg);
  }
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .carousel.home-slider .carousel-bottom-shape:after {
    width: 100% !important;
    height: 180px !important;
  }
}

@media screen and (min-width: 768px) {
  .carousel.home-slider .carousel-texture {
    left: 12%;
  }
  .carousel.home-slider .carousel-texture:before {
    left: -45px;
    width: 100px;
    transform: skewX(7deg);
  }
  .carousel.home-slider .carousel-texture:after {
    right: -220px;
    width: 430px;
    transform: skewX(31deg);
  }
}
@media screen and (min-width: 1241px) and (max-width: 1600px) {
  .carousel.home-slider .carousel-texture {
    width: 320px;
  }
  .carousel.home-slider .carousel-texture:after {
    right: -165px;
    width: 340px;
    transform: skewX(30deg);
  }
}

.carousel .carousel-control.right span {
  right: 0;
}

@media screen and (min-width: 768px) {
  .carousel .carousel-control.right span {
    top: 50%;
  }
}
.carousel .carousel-control.left span {
  left: 0;
}


@media screen and (min-width: 768px) {
  .carousel .carousel-control.left span {
    top: 50%;
  }
}

.carousel .item .hero-img img {
  width: 100%;
}


/*new marque changes before cb3-21 end */
@media screen and (min-width: 768px) {
  .carousel {
    overflow: hidden;
  }
}
.carousel * {
  color: #fefefe;
}
.carousel .carousel-inner {
  width: 100%;
}
.carousel .carousel-indicators {
  bottom: 10px;
  z-index: 9;
}
.carousel .carousel-indicators li {
  border-radius: 0;
  background: 0 0;
  border: 1px solid #fefefe;
  width: 24px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.carousel .carousel-indicators li.active {
  background: #fefefe;
}
.carousel .carousel-caption {
  visibility: hidden;
  display: none;
  position: absolute;
  width: 100%;
  min-height: 240px;
  text-shadow: none;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-caption {
    left: 10%;
    
    height: 100%;
    padding: 0 0 0 35px;
    margin: 0;
  }
}

.carousel .carousel-caption .content {
  width: auto;
  position: relative;
  right: auto;
  left: auto;
  padding-left: 0;
  margin: 0 20px;
  top: auto;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-caption .content {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel .carousel-caption .content {
    display: flex;
    flex-flow: column nowrap;
   
    justify-content: center;
    height: 100%;
    padding: 20px 0;
  }
}
.carousel .carousel-caption .content .text {
  position: relative;
  width: 100%;
}

.carousel .carousel-caption .content .innerText {
  margin: 15px 0;
  overflow: hidden;
  font-size: 18.667px;
  font-family: "FZHei-B01S";
  line-height: 28px;
}


.carousel .carousel-control {
  background: 0 0 !important;
  opacity: 1;
  z-index: 2;
  width: 5%;
  display: none;
  top: 50%;
  bottom: auto;
}
@media (min-width: 768px) {
  .carousel .carousel-control.left span,
  .carousel .carousel-control.right span {
    display: block;
    transition: all 0.2s ease-in-out;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-control.left span,
  .carousel .carousel-control.right span {
    width: 42px;
    background-image: url(../images/arrows-carousel.png);
    background-size: 90px 70px;
    background-color: rgba(51, 51, 51, 0.5);
    height: 70px;
    top: 50%;
    margin-top: -35px;
    transform: none;
  }
  .carousel .carousel-control.left span:hover,
  .carousel .carousel-control.right span:hover {
    background-color: rgba(153, 153, 153, 0.5);
  }
}
.carousel .carousel-control.left span:before,
.carousel .carousel-control.right span:before,
.carousel .carousel-control.left span:after,
.carousel .carousel-control.right span:after {
  content: none;
}
@media (min-width: 768px) {
  .carousel .carousel-control.left:hover,
  .carousel .carousel-control.left span {
    background-position: 0 0;
  }
}
.carousel .carousel-control.right {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .carousel .carousel-control.right:hover,
  .carousel .carousel-control.right span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-position: -51px 0;
  }
}

  .carousel .carousel-control {
    display: inline-block;
  }

 .carousel-caption .content h3 span{
  
  font-family: "Hexagon Akkurat";
  letter-spacing: normal;
}
 .carousel-caption .content h3{
  font-family: "FZHei-B01S";
  font-size: 27.54px;
  font-weight: normal;
  letter-spacing: 4px;
}
